1 2 3 4 5 6 7 8 9 10
# Makefile for the mkQNXnbi filter all: mkQNXnbi mkQNXnbi: mkQNXnbi.o mkQNXnbi.o: mkQNXnbi.c clean: rm -f mkQNXnbi *.o