Remove leftover `Makefile` default tip
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 01 Aug 2019 20:05:55 +0100
changeset 28 0cddbc023329
parent 27 10f013c4f5bd
Remove leftover `Makefile`
Makefile
--- a/Makefile	Mon Jul 02 08:46:03 2018 +0200
+++ /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