mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 17:28:29 -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
|