mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 01:08:22 -05:00
7 lines
107 B
Makefile
7 lines
107 B
Makefile
|
all:
|
||
|
@echo Nothing to be made.
|
||
|
|
||
|
clean:
|
||
|
for d in $(SUBDIRS); do make -C $$d clean; done
|
||
|
rm -f *~ *.o *.d
|