Skip to content

Commit

Permalink
change executable name (dpmcmlxxvi#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
merwok committed Nov 19, 2017
1 parent 2a7d636 commit bb60aea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/clistats
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Simple makefile for clistats
CPP=g++
CPPFLAGS=-O2
Expand All @@ -10,8 +9,8 @@ all: clistats

# Compile and build clistats
clistats: src/clistats.cpp
$(CPP) $(CPPFLAGS) src/clistats.cpp -o clistats.exe
$(CPP) $(CPPFLAGS) src/clistats.cpp -o $@

# Removed clistats executable
# Removed clistatscutable
clean:
$(RM) $(RMFLAGS) clistats.exe
$(RM) $(RMFLAGS) clistats

0 comments on commit bb60aea

Please sign in to comment.