This website requires JavaScript.
Explore
Help
Sign In
nilopaim
/
tinycobol
Watch
1
Star
0
Fork
You've already forked tinycobol
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
tinycobol
/
test.code
/
config
/
C.rules.in
9 lines
92 B
Plaintext
Raw
Permalink
Blame
History
#
# Rules for compiling .c sources
.SUFFIX: .c .o
.c.o:
$(CCX) $(CCXFLAGS) -o $@ -c $<
#
Reference in New Issue
View Git Blame
Copy Permalink