From 11f2c30f5b58de7c543ffc3e93fd508e3c8bcab3 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 12 May 2015 16:35:54 +0200 Subject: Split module into a helper executable and a minimal module --- Makefile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 0f62ec7..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -all : pam_wlan.so pam_wlan_test - -pam_wlan.so : pam_wlan.c - $(CC) -fPIC -shared -o pam_wlan.so pam_wlan.c $(shell pkg-config --cflags --libs libnm-glib) -Wall - -pam_wlan_test : pam_wlan.c - $(CC) -g -DTEST -o pam_wlan_test pam_wlan.c $(shell pkg-config --cflags --libs libnm-glib) -Wall -- cgit v1.2.3