This website requires JavaScript.
Explore
Help
Sign in
d0p1
/
tcc-stupidos
Watch
1
Star
1
Fork
You've already forked tcc-stupidos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5a16f5ea98
tcc-stupidos
/
Makefile
9 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add a root Makefile for running targets in subdirectories.
2015-07-29 13:05:56 +00:00
SRC_DIR
=
src
.PHONY
:
default
default
:
Fix Makefile.
2015-07-29 13:55:23 +00:00
$(
MAKE
)
-C
$(
SRC_DIR
)
Add a root Makefile for running targets in subdirectories.
2015-07-29 13:05:56 +00:00
clean
:
Fix Makefile.
2015-07-29 13:55:23 +00:00
$(
MAKE
)
-C
$(
SRC_DIR
)
clean
Reference in a new issue
Copy permalink