This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/frida/tinycc
synced
2024-11-28 10:33:07 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5a16f5ea98
tinycc
/
Makefile
9 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add a root Makefile for running targets in subdirectories.
2015-07-29 16:05:56 +03:00
SRC_DIR
=
src
.PHONY
:
default
default
:
Fix Makefile.
2015-07-29 16:55:23 +03:00
$(
MAKE
)
-C
$(
SRC_DIR
)
Add a root Makefile for running targets in subdirectories.
2015-07-29 16:05:56 +03:00
clean
:
Fix Makefile.
2015-07-29 16:55:23 +03:00
$(
MAKE
)
-C
$(
SRC_DIR
)
clean
Reference in New Issue
Copy Permalink