about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 20d4f71..fff3e48 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,13 @@
 CC := c99
 CFLAGS := -Wall -Wextra -O2
-DEP := numericx.c
+DEP := cli.c numericx.o
 
 .PHONY: all
 all: decimal-to-earth earth-to-decimal decimal-to-sun sun-to-decimal decimal-to-lori decimal-to-nonal_inf decimal-to-nonal lori-to-decimal nonal_inf-to-decimal nonal-to-decimal uninfinity decimal-to-binary binary-to-decimal
 
+numericx.o: numericx.c
+	$(CC) $(CFLAGS) -c $^
+
 decimal-to-earth: $(DEP)
 	$(CC) $(CFLAGS) -DFROM_NUMERICALS=\"0123456789\" -DFROM_FIRST_NUMBER_VOID -DFROM_INFINITE_BASE -DTO_NUMERICALS=\"12345\" -o $@ $^
 
@@ -55,7 +58,7 @@ uninfinity: $(DEP)
 
 .PHONY: clean
 clean:
-	\rm -f *-to-* uninfinity
+	\rm -f *-to-* uninfinity *.o
 
 .PHONY: run
 run: decimal-to-earth
0 Renamed jabber_status_t -> jabber_conn_status_t' href='/danisanti/profani-tty/commit/jabber.h?id=619496f5dde61cccec8e5234ebe5ce34788e934c'>619496f5 ^
4d190a9c ^
f5013914 ^
4d190a9c ^
f533c6c1 ^
bcef3b1a ^
70310bb5 ^
af2c7d85 ^
0c024607 ^
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
32
33
34
35
36
37
38
39
40





















                                                                       


                
                   
 
                                        
                                                    
                                               

                                                             
                             
                                 
                                 
                                                                       
                                  
                                                                              
 
      
fc7ef2083bfac0210'>e9e4b4ff ^

2c5ea01d ^
e9e4b4ff ^
0c2c782d ^

6ac4be61 ^
ea775b1c ^








6ac4be61 ^
ea775b1c ^

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101