Browse 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 17 years ago
parent
commit
c482fc90fb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile View File

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

Loading…
Cancel
Save