Skip to content
Snippets Groups Projects
Commit 00b8dbe4 authored by Haarst, Jan van's avatar Haarst, Jan van
Browse files

Indent with tabs, not spaces

parent adc98ad1
Branches
No related tags found
No related merge requests found
CC = cc -O2
.c.o :
$(CC) -c $<
$(CC) -c $<
dust: tust.o dust.o getfa.o
$(CC) -o dust tust.o dust.o getfa.o
$(CC) -o dust tust.o dust.o getfa.o
clean:
rm *.o dust
rm *.o dust
install:
install -d ../bin
install dust ../bin
install -d ../bin
install dust ../bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment