1
0
mirror of https://github.com/vanhoefm/fragattacks.git synced 2025-02-21 19:43:03 -05:00

10 lines
144 B
Makefile

all:
@echo Nothing to be made.
clean:
for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
@echo Nothing to be made.