-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
31 lines (24 loc) · 678 Bytes
/
Makefile
File metadata and controls
31 lines (24 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#----------------------------------------------------------------------------
# Make Workspace
#
#
#
# This file was generated by MPC. Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /home/alistenberger/MPC/MPC/mwc.pl -type make
#
#----------------------------------------------------------------------------
all: Sorting
depend: Sorting-depend
clean generated realclean check-syntax $(CUSTOM_TARGETS):
@$(MAKE) -f Makefile.Sorting $(@)
.PHONY: Sorting
Sorting:
@$(MAKE) -f Makefile.Sorting all
.PHONY: Sorting-depend
Sorting-depend:
@$(MAKE) -f Makefile.Sorting depend
project_name_list:
@echo Sorting