Remove leftover `Makefile`
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 02 Aug 2019 07:45:18 +0100
changeset 1113 d3d128acedc1
parent 1081 42b3820ab722
child 1116 b51ace366efc
Remove leftover `Makefile`
Makefile
--- a/Makefile	Thu Jan 17 09:27:00 2019 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#
-# DO NOT EDIT
-#
-# make uses this file (Makefile) only, if there is no
-# file named "makefile" (lower-case m) in the same directory.
-# My only task is to generate the real makefile and call make again.
-# Thereafter, I am no longer used and needed.
-#
-
-.PHONY: run
-
-run: makefile
-	$(MAKE) -f makefile
-
-#only needed for the definition of $(TOP)
-include Make.proto
-
-makefile: mf
-
-mf:
-	$(TOP)/rules/stmkmf