
all: muggi-nukes

muggi-nukes: muggi-nukes.c
	gcc -o $@ $<

install: all
	cp muggi-nukes /glftpd/bin

