Remove unnecessary SUBDIRS loops from src/*/Makefile
[libeap.git] / src / drivers / Makefile
index 37d649c..07600e5 100644 (file)
@@ -2,5 +2,8 @@ all:
        @echo Nothing to be made.
 
 clean:
-       for d in $(SUBDIRS); do make -C $$d clean; done
        rm -f *~ *.o *.d
+       rm -f build.wpa_supplicant build.hostapd
+
+install:
+       @echo Nothing to be made.