Remove old makefiles
[reactos.git] / reactos / apps / utils / partinfo / makefile
diff --git a/reactos/apps/utils/partinfo/makefile b/reactos/apps/utils/partinfo/makefile
deleted file mode 100644 (file)
index 483df1e..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id$
-
-PATH_TO_TOP = ../../..
-
-TARGET_NORC = yes
-
-TARGET_TYPE = program
-
-TARGET_APPTYPE = console
-
-TARGET_NAME = partinfo
-
-TARGET_CFLAGS = -D__USE_W32API -Wall -Werror -Wno-format
-
-TARGET_SDKLIBS = ntdll.a kernel32.a
-
-TARGET_OBJECTS = $(TARGET_NAME).o
-
-include $(PATH_TO_TOP)/rules.mak
-
-include $(TOOLS_PATH)/helper.mk
-
-# EOF