Parcourir la source

Revert "no need for depending on build library ("blib")"

This reverts commit 9dc2515d7e.

I want "make" to actually build something.
tags/v0.9.3
Michael Brown il y a 17 ans
Parent
révision
c482fc90fb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile Voir le fichier

@@ -35,7 +35,7 @@ include arch/$(ARCH)/Config
35 35
 # If invoked with no build target, print out a helpfully suggestive
36 36
 # message.
37 37
 #
38
-noargs :
38
+noargs : blib
39 39
 	@echo '===================================================='
40 40
 	@echo
41 41
 	@echo ' *** WARNING: THE INSTRUCTIONS BELOW DO NOT FULLY WORK YET !!!  ***'

Chargement…
Annuler
Enregistrer