Procházet zdrojové kódy

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 před 17 roky
rodič
revize
c482fc90fb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile Zobrazit soubor

@@ -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 !!!  ***'

Načítá se…
Zrušit
Uložit