aboutsummaryrefslogtreecommitdiffstats
path: root/src/eapol_supp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/eapol_supp/Makefile')
-rw-r--r--src/eapol_supp/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/eapol_supp/Makefile b/src/eapol_supp/Makefile
new file mode 100644
index 0000000..9c41962
--- /dev/null
+++ b/src/eapol_supp/Makefile
@@ -0,0 +1,8 @@
+all:
+ @echo Nothing to be made.
+
+clean:
+ rm -f *~ *.o *.d
+
+install:
+ @echo Nothing to be made.