8000 GitHub - MaFackler/letsc: Lets Code in C Youtube Series
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MaFackler/letsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lets code in c

Small fun little projects in c.

Code Base

Compile Commands

# Build src/main.c
# Output is build/a.out
make
# or
make main

# Build src/shared_*.c
# (build/a.out will call the shared lib) 
make shared

# Build and execute all tests
# Tests are store under tests/test_*.c
# Output is build/test_*
make test

Create a new test

To create a new test just create a file with test_ prefix in the tests directory. make test will detect it automatically

NOTE

The data/font.bmp is not part of the git repo. It has to be downloaded manually:

OpenGameArt

About

Lets Code in C Youtube Series

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0