Parcourir la source

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

when make is invoked without arguments
tags/v0.9.3
Geert Stappers il y a 21 ans
Parent
révision
9dc2515d7e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile Voir le fichier

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

Chargement…
Annuler
Enregistrer