remove old makefile
[reactos.git] / rosapps / notevil / makefile
diff --git a/rosapps/notevil/makefile b/rosapps/notevil/makefile
deleted file mode 100644 (file)
index a4d5bb1..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-#  ReactOS notevil
-#
-#  Makefile
-#
-
-PATH_TO_TOP = ../../reactos
-
-TARGET_TYPE = program
-
-TARGET_APPTYPE = console
-
-TARGET_NAME = notevil
-
-TARGET_CFLAGS = -D__USE_W32API #-DUNICODE -D_UNICODE
-
-TARGET_SDKLIBS = \
-       kernel32.a \
-       user32.a
-
-TARGET_OBJECTS = $(TARGET_NAME).o
-
-include $(PATH_TO_TOP)/rules.mak
-
-include $(TOOLS_PATH)/helper.mk
-
-$(TARGET_NAME).o: resource.h
-
-# EOF