Archived
1
0
Fork 0
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.
springer/Makefile

7 lines
79 B
Makefile

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