You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kstreamripper/Makefile

21 lines
266 B

all:
@/usr/bin/scons -Q
# it is also possible to use
# @/usr/bin/scons -Q -j4
install:
@/usr/bin/scons -Q install
clean:
@/usr/bin/scons -Q -c
uninstall:
@/usr/bin/scons -Q -c install
dist:
@/usr/bin/scons -Q dist
distclean:
@/usr/bin/scons -Q distclean