neingeist
/
springer
Archived
1
0
Fork 0
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
springer/Makefile

8 lines
79 B
Makefile

TARGETS := springer
CC := gcc -Wall
all: $(TARGETS)
clean:
rm -f $(TARGETS)