Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jedi
smrtlink
Commits
f3e55b57
Commit
f3e55b57
authored
Oct 12, 2015
by
/jdi/
Browse files
some fixes
parent
8bff5f66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f3e55b57
...
...
@@ -4,10 +4,10 @@ TARGET = smrtlink
all
:
$(TARGET)
$(TARGET)
:
Types.o Program.o
$(TARGET)
:
lookupTable.o
Types.o Program.o
$(CC)
$(CFLAGS)
-o
$(TARGET)
*
.o
Types.o
:
src/Types/*.cpp src/Types*.h
Types.o
:
src/Types/*.cpp src/Types
/
*.h
$(CC)
$(CFLAGS)
-c
src/Types/
*
.cpp
Program.o
:
src/*.cpp src/*.h
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment