about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 0e5bc1d..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-AUTOMAKE_OPTIONS = foreign subdir-objects
-
-CXXFLAGS = @CXXFLAGS@
-CPPFLAGS = @CPPFLAGS@
-CFLAGS = @CFLAGS@ -Wall -Wextra -pedantic -Werror -std=gnu99
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-
-bin_PROGRAMS = mkgpt
-mkgpt_SOURCES = mkgpt.c crc32.c fstypes.c guid.c
-noinst_HEADERS = fstypes.h guid.h part.h mkgpt.vcxproj README
-