This website requires JavaScript.
Explore
Help
Sign in
neingeist
/
springer
Archived
Watch
1
Star
0
Fork
You've already forked springer
0
Code
Releases
Activity
This repository has been archived on
2020-01-09
. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
3374508b1f
springer
/
Makefile
8 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
🔧 add clean target
2020-01-08 15:15:40 +01:00
TARGETS
:=
springer
🧹 use gcc -Wall and fix warnings
2020-01-08 15:23:35 +01:00
CC
:=
gcc -Wall
🔧 add clean target
2020-01-08 15:15:40 +01:00
all
:
$(
TARGETS
)
clean
:
rm -f
$(
TARGETS
)
Copy permalink