-
Notifications
You must be signed in to change notification settings - Fork 0
the universial makefile
License
lzto/one-make
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
the universial makefile ========================== Usage: 1. Create new makefile and include the Makefile.defaults 2. done! Example: $ cat Makefile -include ../Makefile.defaults $ make mkdir -p build/./ cc -I./ -c helloworld.c -o build/./helloworld.c.o cc ./build/./helloworld.c.o -o build/a.out $ ls build helloworld.c Makefile $ ls build/a.out build/a.out $ ./build/a.out hello world! $
About
the universial makefile
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published