Browse Source

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

when make is invoked without arguments
tags/v0.9.3
Geert Stappers 19 years ago
parent
commit
9dc2515d7e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile View File

29
 # If invoked with no build target, print out a helpfully suggestive
29
 # If invoked with no build target, print out a helpfully suggestive
30
 # message.
30
 # message.
31
 #
31
 #
32
-noargs : blib
32
+noargs :
33
 	@echo '===================================================='
33
 	@echo '===================================================='
34
 	@echo 'No target specified. To specify a target, do: '
34
 	@echo 'No target specified. To specify a target, do: '
35
 	@echo
35
 	@echo

Loading…
Cancel
Save