This website works better with JavaScript.
Explore
Help
Sign In
neingeist
/
springer
Archived
Watch
1
Star
0
Fork
You've already forked springer
0
Code
Releases
Activity
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
master
springer
/
Makefile
8 lines
79 B
Makefile
Raw
Permalink
Blame
History
TARGETS
:=
springer
CC
:=
gcc -Wall
all
:
$(
TARGETS
)
clean
:
rm -f
$(
TARGETS
)
View Git Blame
Copy Permalink